Asset

Parameters

path string

Path where the asset is located. It may receive an $ for path formatting with numbers(only valid when array is used.)

conversionFunc T function
(
string
)

A function with input the data located at "path", and return any data.

extra Extra

Extra data for instantiating the asset. Usually associated with the constructor

start int

For Arrays. Inclusive. May be greater than end for reverse counting.

end int

For Arrays. Inclusive.

Return Value

Type: HipAssetUDA!(T, Extra)

Meta